#homeInfo {
	text-align: center;
	padding: 10px;
	padding-top: 20vh;
	color: #0099cc;
	font-size: 1.7rem;
	text-shadow: 1px 1px 2px rgba(30, 30, 30, 1);
}
    
.cpButton {
	width: 150px;
	padding: 10px;
	background: #1C7C9C;
	margin: 10px auto;
	text-align: center
}
    
a .cpButton {
	color: white;
}
    
#startPage {
	/*background-image: url('CustomContent/images/collaborative-hands.png');*/
	min-height: 300px;
	height: 80vh;
	background-size: cover;
	background-position: 50% 50%;
	border-top: 1px solid #0099cc;
}
    
a {
	text-decoration: none;
}